码迷,mamicode.com
首页 >  
搜索关键字:安装active directory 证书错误{0x80070842 (win32:2114)}    ( 6193个结果
HOW TO: How to import UUID function into Postgre 9.3
1. Open a command console and go to the directory where you installed Postgre server. e.g. D:\Program Files\PostgreSQL\9.3\bin> 2. Drill down into BIN folder and issue following command. psql -d -...
分类:其他好文   时间:2014-11-12 19:51:25    阅读次数:215
mysql_connect(): [2002] No such file or directory
在mac中搭建php的开发环境1. apach ---- 推荐用MAMP。你只要把你的php文件/项目放入到htdocs(/Applications/MAMP/htdocs)目录下,启动mamp,输入localhost就可以直接看见你这个目录下的所有文件了。--由于这种相对简单,这里不再赘述,如果任...
分类:数据库   时间:2014-11-12 16:25:58    阅读次数:261
error while loading shared libraries: xxx.so.x"错误的
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如: tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory ...
分类:其他好文   时间:2014-11-12 12:07:25    阅读次数:201
lsattr,chattr命令
lsattr命令显示文件和目录的隐藏权限lsattr语法参数:lsattr[-RVadv][files...]-d参数:显示目录的隐藏权限[root@localhost~]#lsattrfile-------------file[root@localhost~]#lsattr-ddirectory/-------------directory/说明:红色部分是隐藏权限的位置,默认创建的文件和目录..
分类:其他好文   时间:2014-11-12 11:56:23    阅读次数:156
Android.StructureOfAndroidSourceCodeRootTree
Refference1.How to understand the directory structure of android root tree?http://stackoverflow.com/questions/9046572/how-to-understand-the-directory-...
分类:移动开发   时间:2014-11-11 20:47:13    阅读次数:173
运行监控apache之httpd命令行参数
httpd是Apache的主程序,由它来实现Apache的所有功能,通过参数我们可以很好地控制它。 -D name:通过指定<IfDefine>容器的名称来确认是否使用<IfDefine>容器的内容。 -d directory:指定一个新的ServerRoot(也就...
分类:Web程序   时间:2014-11-11 19:21:35    阅读次数:256
在cocos2d-x-3.0 android 平台编译时提示CocosGUI.h: No such file or directory
分类是个让人蛋疼的事情,所幸自己的博客自己做主。这是个高兴的开始。每天抽空玩2048,终于忍受不住,于是决定自己从网上download下源码,自己编译一个出来。所有的事情都很容易,除了操蛋的中文注释,在Unicode(UTF-8无签名)-代码页 65001的编码格式下,会产生很操蛋的错误提示。当vs...
分类:移动开发   时间:2014-11-11 18:38:04    阅读次数:213
mysql-python 安装错误 fatal error C1083: Cannot open include file: 'config-win.h': No such file or directory
安装mysql-python之前, 请先安装setuptools.https://pypi.python.org/pypi/setuptools/7.0下载mysql-python. 下载源码包. https://pypi.python.org/pypi/MySQL-python/1.2.5解压后执...
分类:数据库   时间:2014-11-11 15:42:55    阅读次数:1625
linux中的cp命令
cp命令--文件复制目录和文件的复制命令cp命令语法和参数:cp[OPTION]...SOURCE...DIRECTORY-aALL等价于dpR-d复制符号链接源文件时,目标文件也将创建符号链接执行源文件的原始文件-ppreserve保留文件属性,属主,属组,权限和时间-rrecursive递归目录下的子文件示例:[root@loc..
分类:系统相关   时间:2014-11-11 14:35:38    阅读次数:189
从一个用户expdp导出再impdp导入到另一个用户
如果想导入的用户已经存在: 1. 导出用户 expdp user1/pass1 directory=dumpdir dumpfile=user1.dmp 2. 导入用户 impdp user2/pass2 directory=dumpdir dumpfile=user1.dmp REMAP_SCHEMA=user1:user2 EXCLUDE=USER...
分类:其他好文   时间:2014-11-11 12:55:18    阅读次数:170
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!